ComponentOne FinancialChart for WPF
C1.WPF Namespace / IOrderedSet<T> Interface / RemoveRange Method
From element.
To element.



In This Topic
    RemoveRange Method (IOrderedSet<T>)
    In This Topic
    Removes a range of elements.
    Syntax
    'Declaration
     
    
    Function RemoveRange( _
       ByVal from As T, _
       ByVal to As T _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOrderedSet(Of T)
    Dim from As T
    Dim to As T
    Dim value As Boolean
     
    value = instance.RemoveRange(from, to)
    bool RemoveRange( 
       T from,
       T to
    )
    bool RemoveRange( 
       T^ from,
       T^ to
    ) 

    Parameters

    from
    From element.
    to
    To element.
    See Also